if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(0);


   if(v1 == 20){
  position(o0,115,117);
  status.line.on();
  accept.input();
  }
 if(v1 == 18){
 position(o0,62,102);
 status.line.on();
 accept.input();
 v6 = 5;
  }
  draw(o0);
  show.pic();
     }
  if(said("press","button")){
  if(posn(o0,66,99,75,106)){
 print("Now move into the elevator.");
 return();
 }
 print("You're not close enough.");
 }
 if(posn(o0,56,92,67,98)){
 print("You go with the elevator to the ground floor");
 new.room(18);
 }
 if(posn(o0,122,103,132,127)){
 new.room(20);

         }

return();